Dew Stats for .NET
|
Estimates autocorrelation/autocovariance function for the ARMA model.
Parameters |
Description |
[In] TVec Phi |
Stores Phi values for ARMA process, without the initial 1. |
[In] TVec Theta |
Stores Theta values for ARMA process, without the initial 1. |
[In] int n |
Number of lags to calculate. |
[In] TVec ResultACF |
Returns autocovarialce (gamma[0], gamma[1], ...) or autocorrelation (rho[0], rho[1], ...) function for the ARMA model.. |
[In] bool Normalize |
Estimates autocorrelation/autocovariance function for the ARMA model.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|